toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.dip.core.InterfaceMeta
Namespace
Interface
Meta
Types
Functions
Types
dclass_meta
Link copied to clipboard
entity
dclass_meta
type
Link copied to clipboard
enum
type
Functions
add
Link copied to clipboard
function
add
(
dclass
:
dclass
,
meta_key
:
text
,
meta_value
:
byte_array
)
get
Link copied to clipboard
function
get
(
dclass
:
dclass
,
meta_key
:
text
)
:
gtv
?
get_all_by_dclass
Link copied to clipboard
function
get_all_by_dclass
(
dclass
:
dclass
)
:
list
<
dclass_meta
>
get_owner
Link copied to clipboard
function
get_owner
(
dclass
:
dclass
)
:
byte_array
?